projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
787ef77
)
[XEND] Fix typo in XendNode
author
Alastair Tse
<atse@xensource.com>
Wed, 24 Jan 2007 18:06:14 +0000
(18:06 +0000)
committer
Alastair Tse
<atse@xensource.com>
Wed, 24 Jan 2007 18:06:14 +0000
(18:06 +0000)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendNode.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendNode.py
b/tools/python/xen/xend/XendNode.py
index fa2e81bb70d39e545408a6449f8d998f16efcacb..6445914925a13a0b67e5664efd3718bac82aa7cf 100644
(file)
--- a/
tools/python/xen/xend/XendNode.py
+++ b/
tools/python/xen/xend/XendNode.py
@@
-138,7
+138,7
@@
class XendNode:
if not self.get_sr_by_type('qcow_file'):
qcow_sr_uuid = uuid.createString()
- self.srs[qcow_sr_uuid] = XendQCo
w
StorageRepo(qcow_sr_uuid)
+ self.srs[qcow_sr_uuid] = XendQCo
W
StorageRepo(qcow_sr_uuid)